home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / HyperCuber 2.0 / source / CAboutDialog.h < prev    next >
Encoding:
Text File  |  1993-08-27  |  488 b   |  18 lines  |  [TEXT/KAHL]

  1. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. //| This file contains the interface to the CAboutDialog class.  The
  3. //| CAboutDialog class implements the "About HyperCuber..." dialog.
  4. //|________________________________________________________________________________
  5.  
  6.  
  7. #include <CDialog.h>
  8.  
  9. class CAboutDialog : public CDialog
  10.     {
  11.  
  12.   public:
  13.  
  14.     void    IAboutDialog(short WindowID, CDesktop *enclosure, CDirector *supervisor,
  15.                             short pict_id);
  16.     
  17.     };
  18.